pattern spacingの例文
- The complete pattern space is divided into various domains.
- For example, sed includes two virtual variables or data buffers, known as the " pattern space " and the " hold space ".
- The last two commands switch the hold space with the pattern space ( the main workspace of sed ), and then prints the pattern space.
- The last two commands switch the hold space with the pattern space ( the main workspace of sed ), and then prints the pattern space.
- This uses the H command to append every line to the hold space, and all the rest of the processing happens on the last line only : the hold space ( containing the entire file ) is switched back to pattern space, anything between " % % % % EndProlog " and " Gpdict begin " is removed, and the final result is printed out.